home *** CD-ROM | disk | FTP | other *** search
/ GEGA 010 / GEGA010.iso / Interface / it.dig / scripts / DefineButton2_146 / BUTTONCONDACTION on(release).as
Text File  |  2005-09-22  |  201b  |  7 lines

  1. on(release){
  2.    _parent._parent.anula_btn._visible = false;
  3.    _parent._parent.descri.gotoAndStop(1);
  4.    _parent.aviso_mc.gotoAndStop(1);
  5.    _parent._parent.categoria_mc.gotoAndPlay("VOLTAR");
  6. }
  7.